object C2CDDlg: TC2CDDlg Left = 427 Top = 205 AutoScroll = False BorderIcons = [biSystemMenu, biMinimize] Caption = 'Burn' ClientHeight = 91 ClientWidth = 201 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 60 Top = 0 Width = 80 Height = 31 AutoSize = True Picture.Data = {} end object prog: TProgressBar Left = 0 Top = 40 Width = 201 Height = 17 TabOrder = 0 end object cancel_btn: TButton Left = 48 Top = 64 Width = 105 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object tmr: TTimer Enabled = False OnTimer = tmrTimer end object AppEvnt: TApplicationEvents OnActivate = AppEvntActivate Left = 32 end end